From: Richard M. Stallman Date: Sun, 3 Jul 1994 20:37:34 +0000 (+0000) Subject: (sendmail-send-it): Allow specifying Sender. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~90930 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=989a5e4fe5cf936cf9d8b2112dbe1f58990d8476;p=emacs.git (sendmail-send-it): Allow specifying Sender. --- diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 653c630ed7e..a51de2597ad 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -407,8 +407,6 @@ the user from the mailer." (replace-match "\n")) (let ((case-fold-search t)) (goto-char (point-min)) - (if (re-search-forward "^Sender:" delimline t) - (error "Sender may not be specified.")) ;; Find and handle any FCC fields. (goto-char (point-min)) (if (re-search-forward "^FCC:" delimline t)